From: jkniiv Date: Thu, 6 Oct 2022 06:21:40 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~60^2~204^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=c9bf143fc84648ef9c2d51996f2182991653f568;p=git-annex.git Added a comment --- diff --git a/doc/bugs/FTBFS_for_the_2nd_day/comment_1_b7278de8f98c9fd96219281d61284461._comment b/doc/bugs/FTBFS_for_the_2nd_day/comment_1_b7278de8f98c9fd96219281d61284461._comment new file mode 100644 index 0000000000..ec15a2ab6f --- /dev/null +++ b/doc/bugs/FTBFS_for_the_2nd_day/comment_1_b7278de8f98c9fd96219281d61284461._comment @@ -0,0 +1,29 @@ +[[!comment format=mdwn + username="jkniiv" + avatar="http://cdn.libravatar.org/avatar/05fd8b33af7183342153e8013aa3713d" + subject="comment 1" + date="2022-10-06T06:21:40Z" + content=""" +That seems to be a simple typo where the latter/duplicate definition should be named `paramRepository` instead. +The following fixes the build: + +[[!format diff \"\"\" +diff --git a/CmdLine/Usage.hs b/CmdLine/Usage.hs +index f3434d709..65879f7c3 100644 +--- a/CmdLine/Usage.hs ++++ b/CmdLine/Usage.hs +@@ -60,8 +60,8 @@ paramNumRange :: String + paramNumRange = \"NUM|RANGE\" + paramRemote :: String + paramRemote = \"REMOTE\" +-paramRemote :: String +-paramRemote = \"REPOSITORY\" ++paramRepository :: String ++paramRepository = \"REPOSITORY\" + paramField :: String + paramField = \"FIELD\" + paramGlob :: String +\"\"\"]] + +Windows tests are A-OK also. +"""]]